home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Technology Seed / Jan. '98 ATS.toast / NavServices1.0b3 / Navigation Services SDK / Examples / SimpleText / SimpleText ƒ / ThreeDMetafile.r < prev   
Encoding:
Text File  |  1998-01-12  |  1.3 KB  |  57 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ThreeDMetafile.r
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Version:    xxx put the technology version here xxx
  7.  
  8.     Copyright:    © 1998 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     File Ownership:
  11.  
  12.         DRI:                Keith Mortensen
  13.  
  14.         Other Contact:        xxx put alternate contact (owner’s functional manager) here xxx
  15.  
  16.         Technology:            xxx put the technology group name here xxx
  17.  
  18.     Writers:
  19.  
  20.         (KLM)    Keith Mortensen
  21.  
  22.     Change History (most recent first):
  23.  
  24.          <2>      1/5/98    KLM        removed #include <SysTypes.r>
  25. */
  26.  
  27. /*
  28.     File:        ThreeDMetafile.r
  29.  
  30.     Contains:    resources for 3d files
  31.  
  32. ** Copyright 1995-1996 Apple Computer. All rights reserved.
  33. **
  34. **    You may incorporate this sample code into your applications without
  35. **    restriction, though the sample code has been provided "AS IS" and the
  36. **    responsibility for its operation is 100% yours.  However, what you are
  37. **    not permitted to do is to redistribute the source as "DSC Sample Code"
  38. **    after having made changes. If you're going to re-distribute the source,
  39. **    we require that you make it clear in the source that the code was
  40. **    descended from Apple Sample Code, but that you've made changes.
  41.  
  42. */
  43.  
  44. #include "Types.r"
  45. #include "ThreeDMetafile.h"
  46.  
  47. resource 'WIND' (kThreeDWindowID) {
  48.     {50, 50, 300, 400},
  49.     noGrowDocProc,
  50.     visible,
  51.     goAway,
  52.     0x0,
  53.     "QuickDraw 3D",
  54.     noAutoCenter
  55. };
  56.  
  57.